Skip to content

Add audit logs to managed infrastructure pricing - #484

Merged
AnnaXWang merged 7 commits into
mainfrom
hypeship/pricing-audit-logs
Aug 11, 2026
Merged

Add audit logs to managed infrastructure pricing#484
AnnaXWang merged 7 commits into
mainfrom
hypeship/pricing-audit-logs

Conversation

@AnnaXWang

@AnnaXWang AnnaXWang commented Aug 5, 2026

Copy link
Copy Markdown
Contributor

Summary

Documents audit logs across the pricing and audit logs pages.

info/pricing.mdx — adds two rows to the Managed infrastructure table:

  • Audit log search & export — Start-Up and Enterprise
  • Continuous audit log export to S3 — Enterprise only

Plus a short note pointing to the Audit Logs page and stating the 1-year retention window.

info/audit-logs.mdx — adds a note in the intro documenting the 1-year retention window, which the pricing page references but wasn't stated on the canonical page.

Testing

Docs-only change (Mintlify, no build step). Verified the table column count, that the /info/audit-logs link matches the navigation entry in docs.json, and that the retention note uses the same <Note> component convention as the rest of the docs.


Note

Low Risk
Documentation-only updates with no runtime or API behavior changes.

Overview
Documents audit log availability on the Pricing & Limits managed infrastructure table and states 1-year retention on the canonical audit logs page.

info/pricing.mdx adds two rows: Audit log search & export (Start-Up and Enterprise) and Continuous audit log export to S3 (Enterprise only), aligned with the plan callouts already on the audit logs intro.

info/audit-logs.mdx adds a <Note> that Kernel retains events for one year and that search/download cover that window, so retention is explicit where pricing may reference it.

Reviewed by Cursor Bugbot for commit 337c97a. Bugbot is set up for automated code reviews on this repo. Configure here.

Document audit log packaging in the managed infrastructure table:
search & export on all plans, continuous export to a customer S3
bucket on Enterprise. Add a note on 1-year retention and the S3
export format.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
@mintlify

mintlify Bot commented Aug 5, 2026

Copy link
Copy Markdown
Contributor

Preview deployment for your docs. Learn more about Mintlify Previews.

Project Status Preview Updated (UTC)
Kernel 🟢 Ready View Preview Aug 5, 2026, 9:53 PM

💡 Tip: Enable Workflows to automatically generate PRs for you.

@vercel

vercel Bot commented Aug 5, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
docs Error Error Aug 6, 2026 4:40am

Developer and Hobbyist no longer include audit log access. Update the
note to match.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
cursor[bot]
cursor Bot approved these changes Aug 6, 2026
@AnnaXWang
AnnaXWang marked this pull request as ready for review August 11, 2026 17:12

@cursor cursor Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Stale comment

Risk Assessment: Very Low

Verdict: Already approved — no re-approval needed

Diff evidence

  • 1 file changed: info/pricing.mdx (+4 / −0)
  • Adds two Managed infrastructure table rows (Audit log search & export; Continuous audit log export to S3) and a short note linking to /info/audit-logs
  • No application code, config, CI, OpenAPI, scripts, or infrastructure changes

Why Very Low

  • Documentation-only content update on an existing pricing page
  • Small, isolated diff with no production logic or shared-system impact
  • No auth, billing implementation, permissions, or schema changes
  • No CODEOWNERS file or path-based ownership requirement detected

Re-evaluation (synchronize)

  • Prior approval from this automation is already on the current HEAD (0882da16)
  • Risk level is unchanged (still Very Low); approval is retained
  • Per policy, not re-approving an already-approved PR
Open in Web View Automation 

Sent by Cursor Automation: Assign PR reviewers

@cursor cursor Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Stale comment

Risk Assessment: Very Low

Verdict: Already approved — no re-approval

Diff evidence

  • 1 file changed: info/pricing.mdx (+4 / −0)
  • Adds two Managed infrastructure table rows (Audit log search & export, Continuous audit log export to S3) and a short note linking to /info/audit-logs
  • No application code, config, CI, OpenAPI, scripts, or infrastructure changes

Why Very Low

  • Documentation-only content update on an existing pricing page
  • Small, isolated diff with no production logic or shared-system impact
  • No auth, billing implementation, permissions, or schema changes
  • No CODEOWNERS / path-based ownership requirement detected

Re-evaluation

  • Current HEAD (0882da16) already has an approval
  • Risk is unchanged (still Very Low); approval retained
  • Per policy, not re-approving an already-approved PR
Open in Web View Automation 

Sent by Cursor Automation: Assign PR reviewers

@cursor cursor Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Cursor Bugbot has reviewed your changes using high effort and found 1 potential issue.

Fix All in Cursor

❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.

Want fixes drafted automatically? Bugbot Autofix can create code changes for findings. A team admin can enable Autofix in the Cursor dashboard.

Reviewed by Cursor Bugbot for commit 0882da1. Configure here.

Comment thread info/pricing.mdx Outdated
Comment thread info/pricing.mdx Outdated
Comment on lines +49 to +50

> Note: [Audit logs](/info/audit-logs) are available on Start-Up and Enterprise plans, with 1-year retention. Continuous export delivers audit events to your own S3 bucket as gzipped JSON Lines (`.jsonl.gz`), with managed IAM/KMS setup, reliable delivery, and monitoring.

@yummybomb yummybomb Aug 11, 2026

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Honestly, I think we can remove this note. The table already shows that audit logs are available on the Start and Enterprise plans, and the audit logs page should cover the details about continuous export

What do you think?

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

take a look now, also noted that the 1-year retention period wasn't anywhere previously

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me 👍

The pricing note restated continuous-export mechanics (format, IAM/KMS,
delivery, monitoring) already documented on the audit logs page. Reduce
it to a brief pointer and keep the retention fact.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Add a note stating the 1-year retention window in the audit logs intro.
This was referenced from the pricing page but not documented here.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
@AnnaXWang
AnnaXWang merged commit 2b9371d into main Aug 11, 2026
4 checks passed
@AnnaXWang
AnnaXWang deleted the hypeship/pricing-audit-logs branch August 11, 2026 17:37

@cursor cursor Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Risk Assessment: Very Low

Verdict: Already approved — approval retained; not re-approving

Diff evidence (HEAD 337c97ad)

  • 2 files changed: info/pricing.mdx (+2), info/audit-logs.mdx (+4)
  • info/pricing.mdx: adds two Managed infrastructure table rows (Audit log search & export, Continuous audit log export to S3)
  • info/audit-logs.mdx: adds a retention <Note> (1-year window)
  • No application code, config, CI, OpenAPI, scripts, or infrastructure changes

Why Very Low

  • Documentation-only Mintlify content updates
  • Small, isolated diff with no production logic or shared-system impact
  • No auth, billing implementation, permissions, or schema changes
  • No CODEOWNERS / path-based ownership requirement detected

Re-evaluation (synchronize)

  • Prior approval from this automation was on an earlier commit (0882da16); PR has since been updated
  • Risk level is unchanged (still Very Low) after re-assessing the current full diff
  • Approval retained; per policy, not re-approving an already-approved PR
Open in Web View Automation 

Sent by Cursor Automation: Assign PR reviewers

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants